Add another example application
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Nov 2013 21:09:56 +0000 (16:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 16 Nov 2013 21:09:56 +0000 (16:09 -0500)
commit7265d9d9ad7030c7cd7edd03d26ab0fd5b2b26e1
tree67e4c31b51cbc10a43f3e749f0beb3bacfa3bd34
parent07d71cf9455ff1afad242e47caf9d1dfffa4925a
Add another example application

This new step sets the headerbar as titlebar, and enables
fallback for the app menu.
16 files changed:
configure.ac
examples/Makefile.am
examples/application10/Makefile.am [new file with mode: 0644]
examples/application10/app-menu.ui [new file with mode: 0644]
examples/application10/exampleapp.c [new file with mode: 0644]
examples/application10/exampleapp.gresource.xml [new file with mode: 0644]
examples/application10/exampleapp.h [new file with mode: 0644]
examples/application10/exampleappprefs.c [new file with mode: 0644]
examples/application10/exampleappprefs.h [new file with mode: 0644]
examples/application10/exampleappwin.c [new file with mode: 0644]
examples/application10/exampleappwin.h [new file with mode: 0644]
examples/application10/gears-menu.ui [new file with mode: 0644]
examples/application10/main.c [new file with mode: 0644]
examples/application10/org.gtk.exampleapp.gschema.xml [new file with mode: 0644]
examples/application10/prefs.ui [new file with mode: 0644]
examples/application10/window.ui [new file with mode: 0644]